@charset "utf-8";
/* CSS Document */
/* 小丘QQ:1977917927 */

/*==============================================================================================*/
/*全局-css
/*==============================================================================================*/
*{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, li, body, form, input, button, img, cite, strong, em, table, td, th {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6,em {
	font-weight:bold;
	font-style:normal;

}
ul, ol, li {
	list-style-type:none;
}
a {
	text-decoration:none;
	color:#343232;
}
a:hover {
	text-decoration:none;
	color:#f08300;
}
body{
	font-family: "微软雅黑" ,Arial, Helvetica, sans-serif;
	color:#2e2e2e;
	font-size:14px;
	line-height:24px;
	padding:0px;
	margin:0px;
	background:#ffffff;
}
div{
	box-sizing: border-box;
}
img{
  max-width: 100%;
}
input , button{
  -webkit-appearance: none; 
  -moz-appearance: none; 
  -o-appearance: none; 
  appearance: none;
  background:none;  
  border: 1px solid transparent;
  border:0 none;
  outline: none;
}
input:focus , button:focus{   
  border-color: #fff;
  border: 0 none;
  outline: none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.block{display:block;}

.cboth {
	display:block;
	line-height:0px;
  font-size:0;
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
}
.consult_now {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-image: linear-gradient(to right, #f08300, #fc3a00);
  background: -moz-linear-gradient(to right, #f08300, #fc3a00);
  display: block;
  margin: 0 auto;
  margin-top: 45px;
}
.consult_now:hover {
  color: #fff;
}
.mian {
  background: #fff;
  overflow: hidden;
}


/*==============================================================================================*/
/*头部样式-css
/*==============================================================================================*/
.header_box{
	position: relative;
	height: 133px;
}
.header{
	position: fixed;
	z-index:9999;
	width: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	box-sizing: border-box;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
/*--顶部--*/
.headtop{
	font-size: 0;
}
.header .left {
  text-align: left;
  padding-right: 10%;
}
.header .right {
  text-align: right;
  padding-left: 10%;
}
.header_ab {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 50%;
  vertical-align: middle;
  margin:15px 0;
}
.header_ab p{
	font-size: 18px;
	color: #2e2e2e;
	line-height: 28px;
	letter-spacing:1px;
}
.header .right dd p, .header .right dd em{
  font-size: 18px;
  color: #2E2E2E;
  font-weight: bold;
}
.header .right dd em{
  font-size: 16px;
  display: block;
  margin-top: -2px;
  text-align: left;
}
.header_ab span , .header .right dd span{
	color: #f08300;
	font-weight: bold;
}

.header .right dl ,.header .right dd{
	float:right;
}
.header .right dl {
  margin-right: 10px;
  padding-top:7px;
}
.header .right dd span{
	text-align: left;
	font-size:30px;
}
/*--顶部logo--*/
.header .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width:169px;
  z-index: 999;
}
/*=======================================
nav_box
========================================*/
.nav_box {
  position: relative;
	z-index: 888;
	background-color: #f9f9f9;	
}
.nav_box .container {
  max-width:1200px;
}

.nav_box .nav_tel{
  display: none;
  color: #f08300;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.nav_box .nav {
  width: 100%;
  height: 40px;
	border-right: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.nav_box .nav .navli {
  position: inherit !important;
  float: left;
  width:10.7%;
  line-height: 40px;
  text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #d8d8d8;
}
.nav_box .nav .navlia {
  position: relative;
}
.nav_box .nav .navli:nth-child(5) {
	margin-left:14.3%;
	border-left:none;
}
.nav_box .nav li a span {
  font-size:16px;
  color:#343232;
}
.nav_box .nav li a dd{
  width:22px;
  height:22px;
  margin-right: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.nav_box .nav li a dd,
.nav_box .nav li a span {
  display: inline-block;
  vertical-align: middle;
}
/*--经过--*/
.nav_box .nav li:hover .navlia span{
  color: #f08300;
}
.nav_box .nav li:hover a dd{
  background-position: 0px -22px !important;
}
/*--导航子类样式-*/
.nav_box .nav .navsub {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top:40px;
  text-align: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding:30px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 2;
}

.nav_box .nav .navsub .container{
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width:1200px;
  padding:30px 0;
}
.nav_box .nav .navsub .container .hd {
  border-left: 1px solid rgb(214, 214, 214);
}
.nav_box .nav .navsub ol,
.nav_box .nav .navsub ul,
.nav_box .nav .navsub .container > div {
  float: left;
  width: 50%;
  text-align: left;
}
.nav_box .nav .navsubs .container ol {
  width: 100%;
}
.nav_box .nav .navsub ol li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 10px;
}
.nav_box .nav .navsub ol {
  height:240px;
  overflow-x: hidden;
  overflow-y: auto;
	width: 40%;
	padding:0 60px 0 30px;
}
.nav_box .nav .navsub ul {
  width: 60%;
}
.nav_box .nav .navsub ol li a {
  position: relative;
  display: block;
  font-size:14px;
  height: auto;
  padding: 0;
  line-height:40px;
	color: #343232;
	border-bottom: 1px solid #d2d2d2;
}
.nav_box .nav .navsub ol li:hover a {
  color: #f08300;
}
.nav_box .nav .navsub .container > div a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nav_box .nav .navsub .container .hd li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_box .nav .navsub .container .hd a img {
  width: 100%;
}
.nav_box .nav .navsub .container .bd{
  padding-right: 30px;
}
.nav_box .nav .navsub .container > div h3 {
  display: inline-block;
  color: #343232;
  font-size: 24px;
  line-height:50px;
  height:50px;
  border-bottom: 1px solid #343232;
}
.nav_box .nav .navsub .container > div p {
  width: 100%;
  display: block;
  font-size:16px;;
  color: #343232;
  line-height:32px;
  min-height:96px;
  margin-top:15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
}
.nav_box .nav .navsub .container .bd span {
  display: block;
  position: relative;
  margin-top:30px;
  width:150px;
  height:40px;
  line-height:40px;
  border: 1px solid #f08300;
  color: #f08300;
  font-size:18px;
  text-align: center;
  font-weight: normal;
  margin:20px 0 0;
}
.nav_box .nav .navsub .container .bd span:hover {
  color: #ffffff;
}
.nav_box .nav .navsub .container .bd span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #f08300;
  background-image: linear-gradient(to bottom right, #f08300, #fc3a00);
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  z-index: -1;
}
.nav_box .nav .navsub .container .bd span:hover::after {
  width: 100%;
}
.nav_box .nav .navsubs , .nav_box .nav .navsubs ol{
  width: 100%;
  padding: 0;
}
.nav_box .nav .navsubs ol li{
  max-width:auto;
  width: 10%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0;
}

/*--滑动顶部样式--*/
.header_fixed{
  height: 41px;
  background-color: #f9f9f9;
}
.header_fixed .headtop , .header_fixed .animate-bounce-up{
  display: none;

}
.header_fixed .nav_box .nav{
  border: 0;
}
.header_fixed  .nav_box .nav .navli{
  width: 10.5%;
}
.header_fixed  .nav_box .nav .navli:nth-child(5){
  margin: 0;
  border-left: 1px solid #d8d8d8;

}
.header_fixed .nav_tel{
  display: block;
  float:right;
  border-left: 1px solid #d8d8d8;
  padding-left:2%;
  line-height:41px;
}

/*=======================================
banner_box
========================================*/
.banner_box {
  position: relative;
}
.banner_box,
.banner_box .banner_container,
.banner_box a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner_box .swiper-slide {
  position: relative;
}
.banner_box .swiper-slide a {
  position: relative;
  z-index: 1;
}
.banner_box img {
  width: 100%;
}
.banner_box .swiper-pagination-bullet {
  width:40px;
  height:40px;
  position: relative;
	background: url(../images/b-2.png) no-repeat center;
  margin:10px!important;
	opacity: 1;
	border-radius: inherit;
}
.banner_box .swiper-pagination-bullet-active {
	background: url(../images/b-1.png) no-repeat center;
}
.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width:61px;
  height:120px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.banner_box .banner_prev{
  left: 0;
  background: url(../images/b-left.png) no-repeat center;
  background-size:100%;
}
.banner_box .banner_next{
  right: 0;
  background: url(../images/b-right.png) no-repeat center;
  background-size: 100%;
}
.banner_box .banner_prev:focus,
.banner_box .banner_next:focus {
  outline: none;
}

/*=======================================
	page-banner
========================================*/
.page-banner {
  position: fixed;
  top: 133px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.page-banner img {
  width: 100%;
  background-size: cover;
}

.pbanners{
  top:40px!important;
}

/*=======================================
	basebannerbox
========================================*/
.basebannerbox {
  height: 550px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.basebannerbox img {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 209px;
}

/*=======================================
	crumb
========================================*/
.crumb {
  height: 90px;
  line-height: 40px;
  margin-top: -90px;
  position: relative;
  z-index: 55;
}

.crumb ol a {
  font-size: 16px;
  color: #333;
}

.crumb ol span {
  display: inline-block;
  margin: 0 5px;
}

.crumb ol a:last-child {
  color: #f08300;
}

/*=======================================
	nei-zhang-hui-ji
========================================*/

/* 内账会计金牌服务 */
.gold_service {
  overflow: hidden;
  background: #fff;
  padding:0 0 50px 0;
}

.gold_service h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}

.gold_service ul {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: -4%;
}

.gold_service ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
}

.gold_service ul li:nth-child(2n) {
  margin-right: 0;
}

.gold_service ul li dd {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.gold_service ul li dd img {
  width: 100%;
  display: block;
}

.gold_service ul li dt {
  width: 90%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: -55px;
  padding: 30px;
  position: relative;
  z-index: 9;
}

.gold_service ul li dt h3 {
  font-size: 24px;
  color: #f6f6f6;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold_service ul li dt p {
  font-size: 18px;
  color: #f6f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold_service ul li:hover dt {
  background: rgba(240, 131, 0, 0.75);
}

/* 我们能帮你解决什么？ */
.solve_problem {
  overflow: hidden;
  padding: 50px 0;
  background: url(../images/solve_problem_bg.jpg) no-repeat;
}

.solve_problem h2 {
  font-size: 35px;
  color: #fff;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}

.solve_problem ul {
  overflow: hidden;
  padding-top: 70px;
  margin-bottom: -4%;
}

.solve_problem ul li {
  background: #fff;
  width: 24%;
  margin-right: 1.3333%;
  float: left;
  margin-bottom: 4%;
  border-radius: 10px;
  padding: 50px 30px;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  position: relative;
}

.solve_problem ul li:nth-child(4n) {
  margin-right: 0;
}

.solve_problem ul li em,
.solve_problem ul li i {
  width: 57px;
  height: 57px;
  display: block;
  margin: 0 auto;
}

.solve_problem ul li em {
  display: none;
}

.solve_problem ul li em img,
.solve_problem ul li i img {
  width: 100%;
  display: block;
}

.solve_problem ul li p {
  font-size: 24px;
  color: #2e2e2e;
  margin-top: 25px;
  text-align: center;
}

.solve_problem ul li:hover {
  transform: translateY(-20px);
}

.solve_problem ul li:hover em {
  display: block;
}

.solve_problem ul li:hover i {
  display: none;
}

.solve_problem ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.solve_problem ul li:hover::after {
  display: block;
}

.solve_problem ul li:hover p {
  color: #f98800;
}

/* 选择安顺的四大理由？ */
.four_reasons {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}

.four_reasons h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}

.four_reasons ul {
  overflow: hidden;
  padding-top: 50px;
}

.four_reasons ul li {
  width: 24%;
  margin-right: 1.3333%;
  float: left;
  border: 1px solid #f98800;
  position: relative;
  height: 175px;
  overflow: hidden;
}

.four_reasons ul li:nth-child(4n) {
  margin-right: 0;
}

.four_reasons ul li i {
  width: 120px;
  height: 120px;
  margin: 27px auto;
  display: block;
}

.four_reasons ul li i img {
  width: 120px;
  height: 120px;
  display: block;
}

.four_reasons ul li em {
  width: 100%;
  display: none;
}

.four_reasons ul li em img {
  width: 100%;
  display: block;
}

.four_reasons ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #2e2e2e;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  z-index: 3;
}

.four_reasons ul li::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(249, 136, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}

.four_reasons ul li:nth-child(2n) {
  margin-top: 30px;
}

.four_reasons ul li:hover::after {
  display: block;
}

.four_reasons ul li:hover p {
  color: #fff;
}

.four_reasons ul li:hover i {
  display: none;
}

.four_reasons ul li:hover em {
  display: block;
}

/* 咨询栏 */
.advisory_box {
  overflow: hidden;
  background: #fff;
  padding: 0;
  position: relative;
}

.advisory_box #feedback {
  width: 100%;
  background: url(../images/advisory_bg.jpg) no-repeat;
  height: 163px;
  overflow: hidden;
  padding: 50px 60px;
}

.advisory_box .form-row {
  display: block;
  background: #fff;
  margin: 0;
  width: 437px;
  height: 63px;
  float: left;
  clear: none;
  line-height: 63px;
  padding-left: 35px;
  position: relative;
}
.advisory_box .form-row:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #e1e1e1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advisory_box .form-row em {
  display: inline-block;
  height: 27px;
  line-height: 27px;
}

.advisory_box .form-row em img {
  width: auto;
  height: 100%;
  vertical-align: middle;
}

.advisory_box .form-row input {
  border: none;
  padding: 0;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 15px;
  outline: none;
}

.advisory_box .form-row input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.advisory_box .form-row:nth-child(3) {
  width: 206px;
  padding: 0;
  background-image: linear-gradient(to right, #f08300, #fc3a00);
  background: -moz-linear-gradient(to right, #f08300, #fc3a00);
}

.advisory_box .form-row a {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  height: 63px;
  line-height: 63px;
  box-shadow: none;
  text-align: center;
  display: block;
}

.advisory_box .verification_box {
  position: absolute;
  overflow: hidden;
  width: 500px;
  height: 90px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}

.advisory_box .verification_box h3 {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: normal;
}

.advisory_box .verification_box .verifyCode {
  display: flex;
  align-items: center;
}

.advisory_box .verification_box .verifyCode input {
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
}
.verifyCode input:focus {
  outline: none;
}
.advisory_box .verification_box button {
  background-image: linear-gradient(to right, #f08300, #fc3a00);
  background: -moz-linear-gradient(to right, #f08300, #fc3a00);
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 35px;
  padding: 0;
  width: 120px;
  margin-left: 10px;
  outline: none;
  vertical-align: inherit;
  border: none;
}
.advisory_box .verification_box button:focus {
  outline: none;
}
.verify_mask {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

/* 安顺内账流程 */

.process_box {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
  position: relative;
}
.process_box::before {
  content: "";
  border: 1px dashed #9c9c9c;
  display: block;
  position: absolute;
  top: 240px;
  width: 100%;
}
.process_box h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.process_box ul {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.process_box ul li {
  width: 173px;
  float: left;
  margin-right: 83px;
}
.process_box ul li:last-child {
  margin-right: 0;
}
.process_box ul li dd {
  width: 173px;
  height: 173px;
  border-radius: 50%;
  background: #eef2f5;
  overflow: hidden;
  padding: 50px;
}
.process_box ul li:hover dd {
  background-position: center -85px !important;
  background-color: #f98800 !important;
}
.process_box ul li dt {
  overflow: hidden;
  margin-top: 25px;
  text-align: center;
}
.process_box ul li dt h3 {
  font-size: 26px;
  font-weight: normal;
  color: #2e2e2e;
}
.process_box ul li dt p {
  font-size: 21px;
  color: #636363;
  margin-top: 18px;
  line-height: 30px;
  font-weight: lighter;
}

/* 安顺团队 */

.team_box {
  overflow: hidden;
  background: #f9f9f9 url(../images/team_bg.png) no-repeat bottom left;
  padding: 50px 0;
}
.team_box h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.team_box .team_list {
  overflow: hidden;
  padding: 0 130px;
  margin-top: 50px;
  position: relative;
}
.team_box .team_list ul li {
  overflow: hidden;
  background: #fff;
  position: relative;
}
.team_box .team_list ul li dl {
  padding: 1px;
  border: 1px solid #fff;
}
.team_box .team_list ul li dt {
  width: 100%;
  overflow: hidden;
}
.team_box .team_list ul li dt img {
  width: 100%;
  display: block;
}
.team_box .team_list ul li dd {
  overflow: hidden;
  padding: 15px 20px;
}
.team_box .team_list ul li dd h3 {
  color: #f08200;
  font-size: 20px;
}
.team_box .team_list ul li dd p {
  font-size: 14px;
  color: #2e2e2e;
  margin-top: 10px;
}
.team_box .team_list ul li:hover {
  background: #f98800;
}
.team_box .team_list ul li:hover dl {
  padding: 1px;
  border: 1px solid #f98800;
}
.team_box .team_list ul li:hover dd h3,
.team_box .team_list ul li:hover dd p {
  color: #fff;
}
.team_box .team_list ul li::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  display: block;
  background: #f98800;
  bottom: 0;
}
.team_list .swiper-button-next,
.team_list .swiper-button-prev {
  color: #2e2e2e;
  outline: none;
}
.team_list .swiper-button-prev,
.team_list .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.team_list .swiper-button-next,
.team_list .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.team_list .swiper-button-next:after,
.team_list .swiper-button-prev:after {
  font-size: 50px;
}
.team_list .swiper-button-next.swiper-button-disabled,
.team_list .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/*  内账常见问题  */

.problem_box {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}
.problem_box h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.problem_box .problem_list {
  overflow: hidden;
  margin-top: 50px;
}
.problem_box .problem_list ._top {
  overflow: hidden;
}
.problem_box .problem_list ._top dt {
  width: 50%;
  overflow: hidden;
  float: left;
}
.problem_box .problem_list ._top dt img {
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.problem_box .problem_list ._top:hover dt img {
	transform: scale(1.05);
}
.problem_box .problem_list ._top dd {
  overflow: hidden;
  float: left;
  width: 50%;
  padding: 30px 62px;
  border-bottom: 1px solid #d2d2d2;
  height: 357px;
  background: #f9f9f9;
}
.problem_box .problem_list ._top dd h3 {
  display: block;
  color: #2e2e2e;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.problem_box .problem_list ._top dd em {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: normal;
  padding: 15px 0 21px 0;
  display: block;
}
.problem_box .problem_list ._top dd h4 {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.problem_box .problem_list ._top:hover dd h4{
	color: #f08300;
} 
.problem_box .problem_list ._top dd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #7c7c7c;
  margin: 25px 0;
}
.problem_box .problem_list ._top dd a {
  font-size: 18px;
  width: 180px;
  border: 1px solid #f08300;
  text-align: center;
  height: 43px;
  line-height: 43px;
  display: block;
  color: #f08300;
}




.problem_box .problem_list ._bottom {
  overflow: hidden;
  background: #f9f9f9;
}
.problem_box .problem_list ._bottom li {
  width: 50%;
  float: left;
  padding: 16px 18px;
  border-right: 1px solid #d2d2d2;
}
.problem_box .problem_list ._bottom li:last-child {
  border-right: none;
}
.problem_box .problem_list ._bottom li dt {
  width: 140px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  min-height: 105px;
}
.problem_box .problem_list ._bottom li dt img {
  width: 100%;
  display: block;
  max-height: 105px;
  transition: all 0.6s;
}
.problem_box .problem_list ._bottom li dt img {
  width: 100%;
  display: block;
}
.problem_box .problem_list ._bottom li:hover dt img {
	transform: scale(1.05);
}
.problem_box .problem_list ._bottom li dd {
  overflow: hidden;
  display: block;
  float: left;
  width: 400px;
}
.problem_box .problem_list ._bottom li dd h3 {
  font-size: 16px;
  color: #2e2e2e;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.problem_box .problem_list ._bottom li:hover dd h3{
	color: #f08300;
}
.problem_box .problem_list ._bottom li dd em {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
  display: block;
  margin-bottom: 12px;
}
.problem_box .problem_list ._bottom li dd i {
  width: 9px;
  display: block;
  height: 16px;
}
.problem_box .problem_list ._bottom li dd i img {
  width: 100%;
  display: block;
}

/* 我们还提供以下服务 */
.provide-services {
  overflow: hidden;
  padding: 50px 0;
  background: url(../images/provide-bg.png) no-repeat;
  background-size: cover;
}
.provide-services h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.provide-services ul {
  overflow: hidden;
  margin-top: 50px;
}
.provide-services ul li {
  width: 382px;
  float: left;
  margin-right: 26px;
}
.provide-services ul li:last-child {
  margin-right: 0;
}
.provide-services ul li span {
  overflow: hidden;
  width: 100%;
  height: 208px;
  display: block;
}
.provide-services ul li span img {
  width: 100%;
  display: block;
}
.provide-services ul li h3 {
  font-size: 22px;
  color: #2e2e2e;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  font-weight: normal;
  overflow: hidden;
  position: relative;
}
.provide-services ul li h3::before {
  content: "";
  width: 184px;
  height: 3px;
  background: #f98800;
  position: absolute;
  transition: all 0.8s;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
.provide-services ul li:hover h3::before {
  left: 0%;
  right: 0;
  width: 100%;
}

/*=======================================
	dai-li-ji-zhang
========================================*/

/* 企业自行记账有什么风险？ */

.risk_box {
  overflow: hidden;
  background: #fff;
  padding: 0 0 50px 0;
}
.risk_box h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.risk_box ul {
  overflow: hidden;
  margin-top: 50px;
}
.risk_box ul li {
  width: 162px;
  overflow: hidden;
  float: left;
  margin-right: 170px;
}
.risk_box ul li:last-child {
  margin-right: 0;
}
.risk_box ul li dd {
  width: 100%;
  height: 187px;
  background: url(../images/risk_bg.png) no-repeat center;
  position: relative;
}
.risk_box ul li:hover dd {
  background: url(../images/risk_bg2.png) no-repeat center;
}
.risk_box ul li dd img {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.risk_box ul li dt {
  overflow: hidden;
  text-align: center;
  margin-top: 25px;
}
.risk_box ul li dt h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: bold;
}
.risk_box ul li dt p {
  font-size: 18px;
  color: #636363;
  margin-top: 10px;
}

/* 代理记账金牌服务 */

.best_service {
  overflow: hidden;
  background: url(../images/best-service.png) no-repeat;
  padding: 50px 0;
  background-size: cover;
}
.best_service h2 {
  font-size: 35px;
  color: #fff;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.best_service ul {
  overflow: hidden;
  margin-top: 50px;
}
.best_service ul li {
  width: 218px;
  float: left;
  height: 347px;
  margin-right: 15px;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: width 0.15s linear;
  -o-transition: width 0.15s linear;
  -moz-transition: width 0.15s linear;
  transition: width 0.15s linear;
  border-radius: 10px;
  position: relative;
}
.best_service ul li.active {
  z-index: 9;
  width: 265px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.best_service ul li:last-child {
  margin-right: 0;
}
.best_service ul li em {
  display: none;
  width: 100%;
  height: 347px;
  overflow: hidden;
  border-radius: 10px;
}
.best_service ul li em img {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
.best_service ul li.active em {
  display: block;
}
.best_service ul li ._txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  height: 347px;
  overflow: hidden;
  padding: 18px 24px;
}
.best_service ul li.active ._txt {
  background: rgba(0, 0, 0, 0.65);
}
.best_service ul li ._txt i {
  width: auto;
  height: 72px;
  display: block;
  overflow: hidden;
  float: right;
  margin-bottom: 40px;
}
.best_service ul li ._txt i img {
  width: auto;
  height: 100%;
  display: block;
}
.best_service ul li ._txt h3 {
  font-size: 25px;
  color: #f98800;
  font-weight: normal;
  clear: both;
  display: block;
  text-align: center;
  line-height: 45px;
}
.best_service ul li p {
  font-size: 25px;
  color: #2e2e2e;
  display: block;
  text-align: center;
  line-height: 45px;
  margin-bottom: 30px;
}
.best_service ul li.active p {
  color: #fff;
}
.best_service ul li ._txt span {
  width: 100%;
  border-top: 1px dashed #2e2e2e;
  overflow: hidden;
  display: block;
  padding-top: 30px;
}
.best_service ul li.active ._txt span {
  border-top: 1px dashed #fff;
}
.best_service ul li ._txt span a {
  width: 100%;
  margin-top: 0;
}

/* 选择安顺的四大理由 */
.four_reasons2 {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}
.four_reasons2 h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.four_reasons2 ul {
  overflow: hidden;
  padding-top: 50px;
}
.four_reasons2 ul li {
  width: 50%;
  float: left;
  overflow: hidden;
}
.four_reasons2 ul li dt {
  width: 50%;
  float: left;
  height: 190px;
  overflow: hidden;
  display: block;
}
.four_reasons2 ul li dt img {
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.four_reasons2 ul li:hover dt img{
	transform: scale(1.05);
}
.four_reasons2 ul li dd {
  width: 50%;
  float: left;
  height: 190px;
  background: #eef2f5;
  padding: 50px 25px;
  position: relative;
}
.four_reasons2 ul li dd h3 {
  font-size: 24px;
  color: #2e2e2e;
}
.four_reasons2 ul li dd p {
  font-size: 18px;
  color: #636363;
  margin-top: 20px;
}
.four_reasons2 ul li:nth-child(3) dt,
.four_reasons2 ul li:nth-child(4) dt {
  float: right;
}
.four_reasons2 ul li:nth-child(4) dd,
.four_reasons2 ul li:nth-child(4) dd {
  float: left;
}
.four_reasons2 ul li:hover dd {
  background: #f98800;
}
.four_reasons2 ul li:hover dd h3,
.four_reasons2 ul li:hover dd p {
  color: #fff;
}
.four_reasons2 ul li dd::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 21px solid #f98800;
  top: 50%;
  left: -21px;
  transform: translate(0, -50%);
  display: none;
}
.four_reasons2 ul li:nth-child(4) dd::after,
.four_reasons2 ul li:nth-child(3) dd::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #f98800;
  top: 50%;
  right: -21px;
  transform: translate(0, -50%);
  display: none;
}
.four_reasons2 ul li:hover dd::before,
.four_reasons2 ul li:nth-child(3):hover dd::after,
.four_reasons2 ul li:nth-child(4):hover dd::after {
  display: block;
}

/* 需要准备的资料 */

.prepare_information {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}
.prepare_information h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.prepare_information ul {
  overflow: hidden;
  margin-top: 50px;
}
.prepare_information ul li.tp {
  padding: 0 44px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.prepare_information ul li:first-child {
  padding-left: 0;
}
.prepare_information ul li:last-child {
  padding-right: 0;
}
.prepare_information ul li.tp ._img {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prepare_information ul li.tp p {
  font-size: 21px;
  line-height: 74px;
  color: #2e2e2e;
}
.prepare_information ul li.tp .img1 {
  width: 136px;
  height: 89px;
}
.prepare_information ul li.tp .img2 {
  width: 156px;
  height: 109px;
}
.prepare_information ul li.tp .img3 {
  width: 94px;
  height: 118px;
}
.prepare_information ul li.tp .img4 {
  width: 159px;
  height: 118px;
}
.prepare_information ul li.tp .img5 {
  width: 136px;
  height: 86px;
}
.prepare_information ul li.plus {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/icon-plus.png) no-repeat center;
  background-size: 100%;
  margin-top: 47px;
}

/* 安顺代理记账流程 */

.account-flow {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}
.account-flow h2 {
  font-size: 35px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: initial;
  text-align: center;
}
.account-flow ul {
  overflow: hidden;
  margin-top: 50px;
}
.account-flow ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.account-flow ul li:first-child {
  padding-left: 0;
}
.account-flow ul li:last-child {
  padding-right: 0;
}
.account-flow ul li span {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to right, #f08300, #fc3a00);
  background: -moz-linear-gradient(to right, #f08300, #fc3a00);
  border-radius: 50%;
}
.account-flow ul li span img {
  width: 57px;
  height: 57px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.account-flow ul li p {
  font-size: 21px;
  line-height: 74px;
  color: #2e2e2e;
}
.account-flow ul li.under {
  width: 140px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/arrow_bottom.png) no-repeat center;
  background-size: 100%;
  margin-top: 47px;
}
.account-flow ul li.up {
  width: 140px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/arrow_top.png) no-repeat center;
  background-size: 100%;
  margin-top: 47px;
}

/*=======================================
	about-us
========================================*/

.crumb_tab {
  overflow: hidden;
  width: 100%;
}
.crumb_tab ul {
  height: 50px;
  border-bottom: 4px solid #000;
}
.crumb_tab ul li {
  padding-right: 60px;
  float: left;
}
.crumb_tab ul li a {
  font-size: 18px;
  color: #000;
  height: 50px;
  display: block;
}
.crumb_tab ul li.active a {
  color: #f98800;
  border-bottom: 4px solid #f98800;
}

.detail_about {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.detail_about h2 {
  overflow: hidden;
  text-align: center;
  font-size: 35px;
  color: #2e2e2e;
  line-height: initial;
  font-weight: normal;
  padding: 40px 0 30px;
}
.detail_about h2 em {
  width: 44px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #f98800;
  margin-top: 23px;
}
.detail_about > div > p {
  color: #494949;
  line-height: 30px;
}
.detail_about .number-box {
  overflow: hidden;
  background: #fff;
  width: 85%;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  position: relative;
  top: 65px;
  z-index: 9;
}
.detail_about .number-box li {
  float: left;
  width: 33.333%;
  padding: 15px;
  text-align: center;
}
.detail_about .number-box li > div h3,
.detail_about .number-box li > div span {
  display: inline;
  vertical-align: baseline;
  color: #2e2e2e;
}
.detail_about .number-box li > div h3 {
  font-size: 50px;
  font-weight: bold;
  color: #f98800;
  line-height: 1.4;
}
.detail_about .number-box li > div span {
  font-size: 35px;
  font-weight: bold;
  color: #f98800;
}
.detail_about .number-box li p {
  color: #2e2e2e;
  font-size: 20px;
  line-height: 1.4;
}

/*=======================================
	six-server
========================================*/

.six-hearts{
	overflow: hidden;
	padding: 0 0 50px 0;
	background: #fff;
}
.six-hearts h2 {
    font-size: 35px;
    color: #2e2e2e;
    font-weight: normal;
    line-height: normal;
    text-align: center;
	position: relative;
}
.six-hearts h2::before{
	content: '';
	position: absolute;
	background: url(../images/title-left.png) no-repeat;
	width: 38px;
	height: 36px;
	display: block;
	left: 325px;
    top: 7px;
}
.six-hearts h2::after{
	content: '';
	position: absolute;
	background: url(../images/title-right.png) no-repeat;
	width: 38px;
	height: 36px;
	display: block;
	right: 325px;
    top: 7px;
}
.six-hearts ul{
	overflow: hidden;
	margin-top: 50px;
}
.six-hearts ul li{
	width: 48%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 4%;
	margin-bottom: 4%;
	border-radius: 10px;
}
.six-hearts ul li:nth-child(2n){
	margin-right: 0;
}
.six-hearts ul li ._pic{
	width: 100%;
	display: block;
	overflow: hidden;
	height: 371px;
}
.six-hearts ul li ._pic img{
	display: block;
	width: 100%;
	transition: all 0.6s;
    height: 100%;
    object-fit: cover;
}
.six-hearts ul li ._txt{
	width: 70%;
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    border-radius: 30px 0 0 0;
    background: rgba(255,255,255,.85);
    bottom: 0;
	padding: 40px 42px;
	max-height: 200px;
	height: 200px;
}
.six-hearts ul li ._txt b{
	font-size: 55px;
    color: #f08300;
    font-style: italic;
    position: absolute;
    right: 18px;
    top: 25px;
    font-weight: bold;
}
.six-hearts ul li ._txt  h3{
	display: flex;
	align-items: center;
	font-size: 25px;
	color: #2e2e2e;
}
.six-hearts ul li ._txt  h3 span{
	width: 35px;
	height: 28px;
	background: url(../images/icon-xin.png) no-repeat;
	display: block;
	margin-right: 10px;
}
.six-hearts ul li ._txt em{
	width: 53px;
	height: 3px;
	background: #f08300;
	display: block;
	margin: 18px 0 13px;
}
.six-hearts ul li ._txt p{
	font-size: 20px;
	color: #2E2E2E;
	line-height: 30px;
}
.six-hearts ul li ._txt p i{
	font-size: 22px;
	color: #f08300;
	font-weight: bold;
}
.six-hearts ul li:hover ._pic img{
	transform: scale(1.05);
}

.quality-box{
	overflow: hidden;
	padding: 50px 0 ;
	background: #fff;
}
.quality-box h2 {
    font-size: 35px;
    color: #2e2e2e;
    font-weight: normal;
    line-height: initial;
    text-align: center;
	position: relative;
}
.quality-box h2::before{
	content: '';
	position: absolute;
	background: url(../images/title-left.png) no-repeat;
	width: 38px;
	height: 36px;
	display: block;
	left: 305px;
    top: 7px;
}
.quality-box h2::after{
	content: '';
	position: absolute;
	background: url(../images/title-right.png) no-repeat;
	width: 38px;
	height: 36px;
	display: block;
	right: 305px;
    top: 7px;
}
.quality-box ul{
	overflow: hidden;
	margin-top: 50px;
}
.quality-box ul li{
	width: 33.3333%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.quality-box ul li dd{
	width: 174px;
	height: 156px;
	display: block;
	margin: 0 auto;
	background: url(../images/xin-bg.png) no-repeat center;
}
.quality-box ul li dd h3{
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 145px;
}
.quality-box ul li dt{
	font-size: 20px;
	color: #2E2E2E;
	margin-top: 30px;
}
.guide_case{
  padding: 50px 0;
  overflow: hidden;
  background: #fff;
}
.guide_case h2 {
    font-size: 35px;
    color: #2e2e2e;
    font-weight: normal;
    line-height: initial;
    text-align: center;
	position: relative;
}
.guide_case h2::before{
	content: '';
	position: absolute;
	background: url(../images/title-left.png) no-repeat;
	width: 38px;
	height: 36px;
	display: block;
	left: 410px;
    top: 7px;
}
.guide_case h2::after{
	content: '';
	position: absolute;
	background: url(../images/title-right.png) no-repeat;
	width: 38px;
	height: 36px;
	display: block;
	right: 410px;
    top: 7px;
}
.guide_case .hd{
  margin:25px auto -10px;
  width: 100%;
}
.guide_case .hd ul{
  text-align: center;
  font-size: 0px;
}
.guide_case .hd li{
  display:inline-block;
  margin: 0 15px;
  vertical-align: top;
  padding:8px 25px;
  font-size: 20px;
  color: #2e2e2e;
  background-color: #f9f9f9;
}
.guide_case .hd .on{
  background-color: #f08300;
  color: #ffffff;
}
.guide_case .main{
  overflow: hidden;
  margin: 25px 0;
}
.guide_case .main ul{
  width: 102%;
}
.guide_case .main ul li{
  position: relative;
  float: left;
  width:23%;
  margin: 1%;
  overflow: hidden;
  height: 208px;
}
.guide_case .main ul li a{
  display:block;
}
.guide_case .main ul li dl , .guide_case .main ul li dl img{
  display: block;
  position: relative;
}
.guide_case .main ul li dd{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background: url(../images/case-b.png) no-repeat;
  background-size: cover;
}
.guide_case .main ul li dd h3{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.guide_case .main ul li:hover dd{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}
